- close
void close(hid_t object_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- copy
void copy(hid_t src_loc_id, string src_name, hid_t dst_loc_id, string dst_name, hid_t ocpypl_id, hid_t lcpl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- decr_refcount
void decr_refcount(hid_t object_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- exists_by_name
htri_t exists_by_name(hid_t loc_id, string name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_comment
string get_comment(hid_t obj_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_comment_by_name
string get_comment_by_name(hid_t loc_id, string name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_info
void get_info(hid_t loc_id, H5O_info_t* oinfo)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_info_by_idx
void get_info_by_idx(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5O_info_t* oinfo, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_info_by_name
void get_info_by_name(hid_t loc_id, string name, H5O_info_t* oinfo, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- incr_refcount
void incr_refcount(hid_t object_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- link
void link(hid_t obj_id, hid_t new_loc_id, string new_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
hid_t open(hid_t loc_id, string name, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- open_by_addr
hid_t open_by_addr(hid_t loc_id, haddr_t addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- open_by_idx
hid_t open_by_idx(hid_t loc_id, string group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_comment
void set_comment(hid_t obj_id, string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_comment_by_name
void set_comment_by_name(hid_t loc_id, string name, string comment, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(hid_t obj_id, H5Index idx_type, H5IterOrder order, H5O_iterate_t op, void* op_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit_by_name
void visit_by_name(hid_t loc_id, string obj_name, H5Index idx_type, H5IterOrder order, H5O_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source. Be warned that the author may not have intended to support it.